See CTE on Wiktionary
{
"head_templates": [
{
"args": {
"1": "Latn"
},
"expansion": "Latn",
"name": "mul-symbol/script"
},
{
"args": {
"1": "mul",
"10": "",
"2": "symbol",
"3": "",
"4": "",
"5": "or",
"6": "",
"7": "or",
"8": "",
"9": "or",
"cat2": "",
"f1lang": "en",
"f1nolink": "",
"f2lang": "en",
"f2nolink": "",
"f3lang": "en",
"f3nolink": "",
"f4lang": "en",
"f4nolink": "",
"head": "",
"head2": "",
"head3": "",
"head4": "",
"image": "",
"nolinkhead": "",
"sc": "Latn",
"sort": ""
},
"expansion": "CTE",
"name": "head"
},
{
"args": {},
"expansion": "CTE",
"name": "mul-symbol"
}
],
"lang": "Translingual",
"lang_code": "mul",
"pos": "symbol",
"senses": [
{
"categories": [
{
"kind": "other",
"name": "English links with ignored alt parameters",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "ISO 3166-1 alpha-3",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Pages with 2 entries",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Pages with entries",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Translingual entries with incorrect language header",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Translingual terms with redundant script codes",
"parents": [],
"source": "w"
},
{
"_dis": "15 22 5 5 53",
"kind": "other",
"name": "Pages with 2 entries",
"parents": [],
"source": "w+disamb"
},
{
"_dis": "19 30 5 5 41",
"kind": "other",
"name": "Pages with entries",
"parents": [],
"source": "w+disamb"
}
],
"glosses": [
"Former ISO 3166-1 alpha-3 country code for the Canton and Enderbury Islands from 1974 to 1984."
],
"id": "en-CTE-mul-symbol-qmwIRUUQ",
"links": [
[
"ISO 3166-1",
"w:ISO 3166-1"
],
[
"alpha-3",
"w:ISO 3166-1 alpha-3"
],
[
"country code",
"country code#English"
],
[
"Canton and Enderbury Islands",
"Canton and Enderbury Islands#English"
]
],
"qualifier": "international standards",
"raw_glosses": [
"(international standards, obsolete) Former ISO 3166-1 alpha-3 country code for the Canton and Enderbury Islands from 1974 to 1984."
],
"synonyms": [
{
"word": "CT"
}
],
"tags": [
"obsolete"
],
"wikipedia": [
"Kiribati",
"United States"
]
}
],
"word": "CTE"
}
{
"forms": [
{
"form": "CTEs",
"tags": [
"plural"
]
}
],
"head_templates": [
{
"args": {
"1": "~"
},
"expansion": "CTE (countable and uncountable, plural CTEs)",
"name": "en-noun"
}
],
"lang": "English",
"lang_code": "en",
"pos": "noun",
"senses": [
{
"alt_of": [
{
"word": "chronic traumatic encephalopathy"
}
],
"categories": [
{
"kind": "other",
"langcode": "en",
"name": "Neurology",
"orig": "en:Neurology",
"parents": [],
"source": "w"
},
{
"kind": "other",
"langcode": "en",
"name": "Pathology",
"orig": "en:Pathology",
"parents": [],
"source": "w"
},
{
"_dis": "25 33 8 13 21",
"kind": "other",
"name": "English entries with incorrect language header",
"parents": [],
"source": "w+disamb"
}
],
"examples": [
{
"bold_text_offsets": [
[
91,
94
]
],
"ref": "2020 January 26, Leah Asmelash, “Why traumatic brain injuries can be dangerous”, in CNN:",
"text": "NFL players Ray Easterling, Junior Seau, Shane Dronett and Dave Duerson were found to have CTE after careers of repeated blows to the head. All died by suicide.",
"type": "quotation"
}
],
"glosses": [
"Initialism of chronic traumatic encephalopathy."
],
"id": "en-CTE-en-noun-ePjfWFnt",
"links": [
[
"pathology",
"pathology"
],
[
"neurology",
"neurology"
],
[
"chronic traumatic encephalopathy",
"chronic traumatic encephalopathy#English"
]
],
"raw_glosses": [
"(pathology, neurology) Initialism of chronic traumatic encephalopathy."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism",
"uncountable"
],
"topics": [
"medicine",
"neurology",
"neuroscience",
"pathology",
"sciences"
]
},
{
"alt_of": [
{
"word": "coefficient of thermal expansion"
}
],
"categories": [
{
"kind": "other",
"langcode": "en",
"name": "Physics",
"orig": "en:Physics",
"parents": [],
"source": "w"
}
],
"glosses": [
"Initialism of coefficient of thermal expansion."
],
"id": "en-CTE-en-noun-6LWLu5Kh",
"links": [
[
"physics",
"physics"
],
[
"coefficient of thermal expansion",
"coefficient of thermal expansion#English"
]
],
"raw_glosses": [
"(physics) Initialism of coefficient of thermal expansion."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism",
"uncountable"
],
"topics": [
"natural-sciences",
"physical-sciences",
"physics"
]
},
{
"alt_of": [
{
"word": "common table expression"
}
],
"categories": [
{
"kind": "other",
"langcode": "en",
"name": "Databases",
"orig": "en:Databases",
"parents": [],
"source": "w"
}
],
"examples": [
{
"bold_text_offsets": [
[
12,
15
],
[
36,
39
]
],
"ref": "2008, Robin Dewson, Beginning SQL Server 2008 Express for Developers, Apress, →ISBN, page 433:",
"text": "A recursive CTE is where an initial CTE is built and then the results from that are called recursively in a UNION statement returning subsets of data until all the data is returned. This gives you the ability to create data in a hierarchical fashion, as you will see in the next example.",
"type": "quotation"
}
],
"glosses": [
"Initialism of common table expression."
],
"id": "en-CTE-en-noun-QhhxC4Wg",
"links": [
[
"database",
"database"
],
[
"common table expression",
"w:common table expression"
]
],
"raw_glosses": [
"(databases, countable) Initialism of common table expression."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism"
],
"topics": [
"computing",
"databases",
"engineering",
"mathematics",
"natural-sciences",
"physical-sciences",
"sciences"
]
}
],
"word": "CTE"
}
{
"head_templates": [
{
"args": {},
"expansion": "CTE",
"name": "en-prop"
}
],
"lang": "English",
"lang_code": "en",
"pos": "name",
"senses": [
{
"alt_of": [
{
"word": "Central Expressway"
}
],
"categories": [
{
"kind": "other",
"name": "English links with redundant wikilinks",
"parents": [],
"source": "w"
},
{
"kind": "other",
"name": "Singapore English",
"parents": [],
"source": "w"
},
{
"_dis": "58 23 12 8",
"kind": "other",
"langcode": "en",
"name": "Roads",
"orig": "en:Roads",
"parents": [],
"source": "w+disamb"
}
],
"glosses": [
"Abbreviation of Central Expressway."
],
"id": "en-CTE-en-name-wrsr0Cbv",
"links": [
[
"Central Expressway",
"w:Central Expressway, Singapore"
]
],
"raw_glosses": [
"(Singapore, in road signs) Abbreviation of Central Expressway."
],
"raw_tags": [
"in road signs"
],
"tags": [
"Singapore",
"abbreviation",
"alt-of"
]
}
],
"word": "CTE"
}
{
"categories": [
"English countable nouns",
"English entries with incorrect language header",
"English lemmas",
"English nouns",
"English proper nouns",
"English uncountable nouns",
"Pages with 2 entries",
"Pages with entries",
"en:Roads"
],
"forms": [
{
"form": "CTEs",
"tags": [
"plural"
]
}
],
"head_templates": [
{
"args": {
"1": "~"
},
"expansion": "CTE (countable and uncountable, plural CTEs)",
"name": "en-noun"
}
],
"lang": "English",
"lang_code": "en",
"pos": "noun",
"senses": [
{
"alt_of": [
{
"word": "chronic traumatic encephalopathy"
}
],
"categories": [
"English initialisms",
"English terms with quotations",
"en:Neurology",
"en:Pathology"
],
"examples": [
{
"bold_text_offsets": [
[
91,
94
]
],
"ref": "2020 January 26, Leah Asmelash, “Why traumatic brain injuries can be dangerous”, in CNN:",
"text": "NFL players Ray Easterling, Junior Seau, Shane Dronett and Dave Duerson were found to have CTE after careers of repeated blows to the head. All died by suicide.",
"type": "quotation"
}
],
"glosses": [
"Initialism of chronic traumatic encephalopathy."
],
"links": [
[
"pathology",
"pathology"
],
[
"neurology",
"neurology"
],
[
"chronic traumatic encephalopathy",
"chronic traumatic encephalopathy#English"
]
],
"raw_glosses": [
"(pathology, neurology) Initialism of chronic traumatic encephalopathy."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism",
"uncountable"
],
"topics": [
"medicine",
"neurology",
"neuroscience",
"pathology",
"sciences"
]
},
{
"alt_of": [
{
"word": "coefficient of thermal expansion"
}
],
"categories": [
"English initialisms",
"en:Physics"
],
"glosses": [
"Initialism of coefficient of thermal expansion."
],
"links": [
[
"physics",
"physics"
],
[
"coefficient of thermal expansion",
"coefficient of thermal expansion#English"
]
],
"raw_glosses": [
"(physics) Initialism of coefficient of thermal expansion."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism",
"uncountable"
],
"topics": [
"natural-sciences",
"physical-sciences",
"physics"
]
},
{
"alt_of": [
{
"word": "common table expression"
}
],
"categories": [
"English countable nouns",
"English initialisms",
"English terms with quotations",
"en:Databases"
],
"examples": [
{
"bold_text_offsets": [
[
12,
15
],
[
36,
39
]
],
"ref": "2008, Robin Dewson, Beginning SQL Server 2008 Express for Developers, Apress, →ISBN, page 433:",
"text": "A recursive CTE is where an initial CTE is built and then the results from that are called recursively in a UNION statement returning subsets of data until all the data is returned. This gives you the ability to create data in a hierarchical fashion, as you will see in the next example.",
"type": "quotation"
}
],
"glosses": [
"Initialism of common table expression."
],
"links": [
[
"database",
"database"
],
[
"common table expression",
"w:common table expression"
]
],
"raw_glosses": [
"(databases, countable) Initialism of common table expression."
],
"tags": [
"abbreviation",
"alt-of",
"countable",
"initialism"
],
"topics": [
"computing",
"databases",
"engineering",
"mathematics",
"natural-sciences",
"physical-sciences",
"sciences"
]
}
],
"word": "CTE"
}
{
"categories": [
"English countable nouns",
"English entries with incorrect language header",
"English lemmas",
"English nouns",
"English proper nouns",
"English uncountable nouns",
"Pages with 2 entries",
"Pages with entries",
"en:Roads"
],
"head_templates": [
{
"args": {},
"expansion": "CTE",
"name": "en-prop"
}
],
"lang": "English",
"lang_code": "en",
"pos": "name",
"senses": [
{
"alt_of": [
{
"word": "Central Expressway"
}
],
"categories": [
"English abbreviations",
"English links with redundant wikilinks",
"Singapore English"
],
"glosses": [
"Abbreviation of Central Expressway."
],
"links": [
[
"Central Expressway",
"w:Central Expressway, Singapore"
]
],
"raw_glosses": [
"(Singapore, in road signs) Abbreviation of Central Expressway."
],
"raw_tags": [
"in road signs"
],
"tags": [
"Singapore",
"abbreviation",
"alt-of"
]
}
],
"word": "CTE"
}
{
"categories": [
"English countable nouns",
"English entries with incorrect language header",
"English lemmas",
"English nouns",
"English proper nouns",
"English uncountable nouns",
"Pages with 2 entries",
"Pages with entries",
"en:Roads"
],
"head_templates": [
{
"args": {
"1": "Latn"
},
"expansion": "Latn",
"name": "mul-symbol/script"
},
{
"args": {
"1": "mul",
"10": "",
"2": "symbol",
"3": "",
"4": "",
"5": "or",
"6": "",
"7": "or",
"8": "",
"9": "or",
"cat2": "",
"f1lang": "en",
"f1nolink": "",
"f2lang": "en",
"f2nolink": "",
"f3lang": "en",
"f3nolink": "",
"f4lang": "en",
"f4nolink": "",
"head": "",
"head2": "",
"head3": "",
"head4": "",
"image": "",
"nolinkhead": "",
"sc": "Latn",
"sort": ""
},
"expansion": "CTE",
"name": "head"
},
{
"args": {},
"expansion": "CTE",
"name": "mul-symbol"
}
],
"lang": "Translingual",
"lang_code": "mul",
"pos": "symbol",
"senses": [
{
"categories": [
"English links with ignored alt parameters",
"ISO 3166-1 alpha-3",
"Pages with 2 entries",
"Pages with entries",
"Translingual entries with incorrect language header",
"Translingual lemmas",
"Translingual symbols",
"Translingual terms with obsolete senses",
"Translingual terms with redundant script codes"
],
"glosses": [
"Former ISO 3166-1 alpha-3 country code for the Canton and Enderbury Islands from 1974 to 1984."
],
"links": [
[
"ISO 3166-1",
"w:ISO 3166-1"
],
[
"alpha-3",
"w:ISO 3166-1 alpha-3"
],
[
"country code",
"country code#English"
],
[
"Canton and Enderbury Islands",
"Canton and Enderbury Islands#English"
]
],
"qualifier": "international standards",
"raw_glosses": [
"(international standards, obsolete) Former ISO 3166-1 alpha-3 country code for the Canton and Enderbury Islands from 1974 to 1984."
],
"synonyms": [
{
"word": "CT"
}
],
"tags": [
"obsolete"
],
"wikipedia": [
"Kiribati",
"United States"
]
}
],
"word": "CTE"
}
Download raw JSONL data for CTE meaning in All languages combined (5.5kB)
This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2026-01-16 from the enwiktionary dump dated 2026-01-01 using wiktextract (d1270d2 and 9905b1f). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.